Skip to content

Support local models and enhance personal AI interface#607

Merged
asim merged 2 commits into
mainfrom
claude/add-wallet-transfers-74PHC
Jun 5, 2026
Merged

Support local models and enhance personal AI interface#607
asim merged 2 commits into
mainfrom
claude/add-wallet-transfers-74PHC

Conversation

@asim
Copy link
Copy Markdown
Member

@asim asim commented Jun 5, 2026

No description provided.

claude added 2 commits June 5, 2026 20:56
Self-hosters can now run Mu with local models (Ollama, llama.cpp,
vLLM, LocalAI) by setting OPENAI_BASE_URL to their local endpoint.
Uses the same OpenAI-compatible protocol as Atlas Cloud.

Example with Ollama:
  OPENAI_BASE_URL=http://localhost:11434/v1
  OPENAI_API_KEY=ollama

Falls back to Atlas Cloud (api.atlascloud.ai) when OPENAI_BASE_URL
is not set. OPENAI_API_KEY is accepted as an alias for ATLAS_API_KEY.
Three changes toward the AI-first vision:

1. Prompt is now the primary interface:
   - Moved above the date header — first thing on screen
   - Larger: 16px font, 14px padding, 14px border radius
   - Placeholder: "What do you need?" (was "Search or look up...")
   - Cards scroll below, prompt stays prominent

2. Agent gets user context:
   - UserContextFunc callback wired in main.go
   - Injects unread mail count and wallet balance into the synthesis
     prompt so the AI knows the user's state
   - Agent introduces itself as "Micro, a personal AI assistant"
     instead of "a helpful assistant"
   - Easily extensible — add market watchlist, reading history,
     preferences as the data model grows

3. Framing:
   - README: "Your personal AI" not "The everything app"
   - "Ask it anything — it checks your mail, looks up prices,
     searches the web, reads the news"
   - Product is now positioned as an AI that knows you and can
     do things for you, not a dashboard with AI bolted on

https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm
@asim asim merged commit 04a322e into main Jun 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants